home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Menu Properties < prev    next >
Text File  |  1992-11-25  |  182b  |  8 lines

  1. tell application "FileMaker Pro"
  2.     class of Menu "File"
  3.     best type of Menu "Select"
  4.     default type of Menu "Scripts"
  5.     name of Menu 2
  6.     ID of Menu "File"
  7.     Enabled of Menu "File"
  8. end tell